home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / database / mbpro19e.zip / MBPRO.DAT / HELP.SET < prev    next >
Text File  |  1996-05-22  |  10KB  |  222 lines

  1. @CLS@@0B@
  2. ---------------------------------------------------------------------------
  3. ModemBase PRO - Copyright (c)1996 by NetConnX
  4. ---------------------------------------------------------------------------
  5.  
  6. OVERVIEW
  7. --------
  8.  
  9.     Using the [B]rowse feature of ModemBase PRO provides complete remote
  10. on-line database management.  Each command is explained below in detail.
  11. You can use [ENTER] to toggle between BROWSE and RECORD VIEW/EDIT modes.
  12. ModemBase provides advanced searching features with it's SEARCH [T]ABLE
  13. method.  You can "telescope" SEARCHES up to 10 LEVELS deep to find the
  14. specific information you are looking for.  Then depending on your security
  15. access you may download the information in your SEARCH TABLE in either
  16. dBase compatible format OR a REPORT format as customized by the System
  17. Operator.  Helpful indicators exist to assist you in knowing how to
  18. navigate through the database.   A green highlight bar displays the CURRENT
  19. RECORD# within the database if you are using ANSI graphics or the TOP
  20. RECORD if you have ANSI disabled.  Below is a detail explanation of each
  21. command available.
  22.  
  23. COMMAND SUMMARY
  24. ---------------
  25.  
  26. Note:  Not all commands may be available depending on security access as
  27.        setup by the System Operator (SYSOP).
  28.  
  29. Edit[#]
  30. -------
  31. Allows you to select the RECORD# to VIEW if in BROWSE MODE or allow you to
  32. choose the FIELD# to EDIT if in VIEW/EDIT MODE.  Complete on-line remote
  33. field editing commands are supported if your communication package supports
  34. extended keyboard codes or DOORWAY MODE, i.e.; Qmodem Pro by Mustang
  35. Software at 805-873-2500.  Using extended keyboard codes while field
  36. editing allows you to use your left and right arrow keys to move throughout
  37. the field data, HOME will bring the cursor to the beginning of the input
  38. field, END will bring the cursor to the end of any data in the input field,
  39. ALT-D will DELETE the entire field, DELETE will delete the current
  40. character where the cursor is placed and move any characters to the right
  41. over to the left to fill in the deleted character, and of course [ENTER]
  42. accepts the data in the field as your input.  Additionally, you may use the
  43. INSERT key to toggle insert mode if you wish to insert data into a field.
  44.  
  45. While in a FULL SCREEN MEMO if you have edit access you may use remote cursor
  46. movement, however to do so, your communication program must support sending
  47. PC EXTENDED KEYBOARD codes or support X3.64 ANSI ESCAPE SEQUENCES for the
  48. CURSOR MOVEMENT KEYS or you can use a SET of CONTROL KEYs and perform cursor
  49. movement.  Below is a list of cursor movement functions and associated remote
  50. key support.  DOORWAY MODE is a popular mode now available on many commercial
  51. communication programs that will send PC EXTENDED KEYBOARD codes.  If your
  52. communication program does not support a DOORWAY or ANSI ESCAPE SEQUENCES
  53. then you will need to use CTRL codes (Uses the CTRL key).
  54.  
  55. FUNCTION                EXTENDED PC KEY      CONTROL KEY COMBO    ANSI X3.64
  56. -------------------------------------------------------------------------------
  57. CURSOR UP               UP ARROW             [CTRL] E             ESC[A
  58. CURSOR DOWN             DOWN ARROW           [CTRL] X             ESC[B
  59. CURSOR LEFT             LEFT ARROW           [CTRL] W or S        ESC[D
  60. CURSOR RIGHT            RIGHT ARROW          [CTRL] D             ESC[C
  61.  
  62. CURSOR WORD RIGHT       [CTRL] RIGHT ARROW   [CTRL] F
  63. CURSOR WORD LEFT        [CTRL] LEFT ARROW    [CTRL] Q
  64.  
  65. PAGE UP                 PGUP                 [CTRL] R             ESC[I
  66. PAGE DOWN               PGDN                 [CTRL] C             ESC[G
  67. BEGINNING OF LINE       HOME                 [CTRL] J             ESC[H
  68. END OF LINE             END                  [CTRL] K             ESC[F
  69. TOP OF PAGE             [CTRL] HOME
  70. END OF PAGE             [CTRL] END
  71. TOP OF TEXT             [CTRL] PGUP
  72. END OF TEXT             [CTRL] PGDN
  73.  
  74. DELETE CHARACTER        DEL                  [CTRL] G
  75. DELETE LINE                                  [CTRL] Y
  76. INSERT MODE ON/OFF      INS                  [CTRL] V             ESC[L
  77. BACKSPACE               BACKSPACE            [CTRL] H
  78. ESC/SAVE/END            ESC                  [CTRL] A
  79. RETURN                  RETURN               [CTRL] M
  80.  
  81. HELP DURING EDITING                          [CTRL] Z
  82.  
  83. Note : If the caller does not have EDIT access to the MEMO the cursor movement
  84.        functions will be operational, but NO CHANGES will be allowed to be
  85.        made to the memo.
  86.  
  87. [G]o
  88. ----
  89. Will prompt for which FIELD# you want to go to and then move to that
  90. field# and make it the current field# for both BROWSE and VIEW/EDIT modes.
  91. The current field# (along with the current record#) is maintained globally
  92. even when working on several databases simultaneously in a [S]earch Table.
  93.  
  94. [+]
  95. ---
  96. If in BROWSE MODE will allow you to scroll from right to left to the NEXT
  97. field number available.  A red "+" indicator will appear to the right of
  98. the field names if more fields than can fit on the screen are available.
  99. If you are in VIEW/EDIT MODE then this also allows you to scroll to the
  100. next available field(s), but does it by displaying in PAGES of fields
  101. available within the current record.  A "+MORE" indicator will appear if
  102. more fields than can fit on the screen are available.
  103.  
  104. [-]
  105. ---
  106. If in BROWSE MODE will allow you to scroll from left to right to the
  107. PREVIOUS field number available.  A red "-" indicator will appear to the
  108. left of the field names if more fields than can fit on the screen are
  109. available.  If you are at the FIRST FIELD, then an indicator does not
  110. exist, but if you use this command you will wrap around to the LAST field
  111. in the RECORD.  If you are in VIEW/EDIT MODE then this also allows you to
  112. scroll to previous available field(s), but does it by displaying in PAGES
  113. of fields available within the current record.  A "-MORE" indicator will
  114. appear if more previous pages of fields than can fit on the screen are
  115. available.
  116.  
  117. [N]ext
  118. ------
  119. If in BROWSE MODE will display the [N]ext PAGE of records available in the
  120. database.  A "[N]ext" indicator will appear if there are more records in
  121. the database than can fit on a single screen.  If you are in VIEW/EDIT MODE
  122. then you will simply go to the [N]ext Record in the database.
  123.  
  124. [P]rev
  125. ------
  126. If in BROWSE MODE will display the [P]revious PAGE of records available in
  127. the database.  A "[P]rev" indicator will appear if there are more records
  128. in the database than can fit on a single screen.  If you are in VIEW/EDIT
  129. MODE then you will simply go to the [P]revious Record in the database.
  130.  
  131. [D]el/Undel
  132. -----------
  133. If enabled will allow the caller to specify a range of records to
  134. mark for deletion/undeletion or hit enter to delete the current record.
  135. You may also press 0 to abort the delete process.  Records are marked for
  136. deletion and will be noted by a red astericks "*".  The SYSOP may setup
  137. the database so that callers can not view a record once it is marked for
  138. deletion.  Deleted records can only be removed from the database using
  139. MBMANAGE to [C]lean and Pack the database.  In order to UNDELETE records
  140. you simply precede the range of records to delete, with a "U" or a "-"
  141. character.
  142.  
  143. [X]fer
  144. ------
  145. Will allow you to download (transfer) data from the database or a [S]earch
  146. Table in either REPORT FORMAT as defined by the System Operator, or in .DBF
  147. format.  Your current protocol as selected on the BBS will be used or you
  148. may [S]elect your protocol from the main menu.
  149.  
  150. [A]dd
  151. -----
  152. Will allow you to [A]dd a record to the database.  This will utilize MODEM
  153. BASE ACCESS "smart" on-line processing as configured by the system operator
  154. for the database.  You will not be allowed to [A]dd records to [S]earch
  155. Tables.
  156.  
  157. [H]elp
  158. ------
  159. Displays this file.
  160.  
  161. [S]earch
  162. --------
  163. Will allow a [S]earch by field # or ALL fields for a TEXT match.  If the
  164. database currently sorted field is sorted by something other than record
  165. number, then [F]ast searches will be allowed on the currently sorted field.
  166. Two SEARCH options are available.  You can either [G]o to the fo